table.LINK_EXPR_GET Function

Syntax

Expression as C = Link_Expr_Get()

Description

The .LINK_EXPR_GET() method returns the expression that links two tables in a set.

Example

dim st as P
dim tb as P
st = set.open("invoice")
tb = table.current(2)
? tb.link_expr_get()
= "CUSTOMER_ID"

See Also